object Form3: TForm3 Left = 30 Top = 148 HelpContext = 11 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'WARNING' ClientHeight = 98 ClientWidth = 304 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 72 Top = 52 Width = 225 Height = 17 Alignment = taCenter AutoSize = False Caption = 'Windows 95 will be restarted. Continue?' end object Label3: TLabel Left = 72 Top = 12 Width = 225 Height = 45 Alignment = taCenter AutoSize = False Caption = 'Restore Previous Will Be Executed' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object Button1: TButton Left = 112 Top = 74 Width = 57 Height = 17 Caption = 'Yes' Default = True ModalResult = 6 TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 200 Top = 74 Width = 57 Height = 17 Cancel = True Caption = 'No' ModalResult = 7 TabOrder = 1 end object Panel1: TPanel Left = 1 Top = 1 Width = 65 Height = 96 BevelInner = bvLowered BevelOuter = bvNone Color = clSilver TabOrder = 2 object ExplorerButton1: TTransparentButton Left = 0 Top = 0 Width = 65 Height = 19 Caption = '&Previous' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = ExplorerButton1Click end object ExplorerButton2: TTransparentButton Left = 0 Top = 19 Width = 65 Height = 19 Caption = '&Spare' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = ExplorerButton2Click end object ExplorerButton3: TTransparentButton Left = 0 Top = 38 Width = 65 Height = 19 Caption = '&Backup' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = ExplorerButton3Click end object ExplorerButton4: TTransparentButton Left = 0 Top = 57 Width = 65 Height = 19 Caption = '&Diskette' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = ExplorerButton4Click end object ExplorerButton5: TTransparentButton Left = 0 Top = 76 Width = 65 Height = 19 Caption = '&Original' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = ExplorerButton5Click end end object PopupMenu1: TPopupMenu OnPopup = OnPopup Left = 8 Top = 88 object MostRecentBackup1: TMenuItem Caption = 'Most Recent Backup' OnClick = MostRecentBackup1Click end end end